home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * structure of SYSACT.LOG captured by
- * SysAct v1.1
- *
- */
-
- struct sysact
- {
- char filename[13]; /* command file name */
-
- char date[10]; /* execution date, yy-mm-dd format */
-
- char time[10]; /* execution time, hh:mm:ss format */
-
- char runtime[13]; /* elapsed time, hh:mm:ss.cc format */
-
- char reads[5]; /* count of DOS reads, hex digits */
-
- char writes[5]; /* count of DOS writes, hex digits */
-
- char others[4]; /* count of other DOS calls, hex digits */
-
- char runs[5]; /* optional number of runs, decimal digits.
- this is added by SAFMT when the -s option
- is used. */
-
- char crlf[2]; /* cr/lf line terminator */
- };
-